home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{B3ECB8C8-B046-11D2-B522-D0863DEC394B}#1.0#0"; "MagicFrm.ocx"
- Begin VB.Form GradientForm1
- ClientHeight = 3180
- ClientLeft = 60
- ClientTop = 60
- ClientWidth = 4710
- ControlBox = 0 'False
- LinkTopic = "Form1"
- ScaleHeight = 3180
- ScaleWidth = 4710
- StartUpPosition = 3 'Windows Default
- Begin MagicForms.GradientTitle GradientTitle1
- Align = 2 'Align Bottom
- Height = 525
- Left = 0
- TabIndex = 0
- Top = 2655
- Width = 4710
- _ExtentX = 8308
- _ExtentY = 926
- Caption = "Exemplo/Sample"
- FontItalic = -1 'True
- FontName = "Arial Black"
- FontSize = 14,25
- BorderStyle = 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Arial Black"
- Size = 14.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = -1 'True
- Strikethrough = 0 'False
- EndProperty
- CorInicial = 16711680
- Begin VB.CommandButton BTNForm2
- Caption = "Form2"
- Height = 375
- Left = 2760
- TabIndex = 3
- Top = 60
- Width = 675
- End
- End
- Begin VB.Label Label2
- Caption = $"GradientForm1.frx":0000
- ForeColor = &H000000FF&
- Height = 1095
- Left = 60
- TabIndex = 2
- Top = 1380
- Width = 4575
- End
- Begin VB.Label Label1
- Caption = $"GradientForm1.frx":011C
- Height = 1155
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 4515
- End
- Attribute VB_Name = "GradientForm1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub BTNForm2_Click()
- GradientForm2.Show
- End Sub
-